Product Offering API

(0 reviews)

Rate limits

All requests sent from a specific API consumer to the Product Offering API may be subject to a rate limit. Rate limiting restricts the number of requests the API accepts for processing over a given time period to ensure stability and prevent misuse. If the number of requests exceeds the rate limit, then subsequent requests are rejected.

If your requests are subject to rate limiting, the responses you receive will include headers that provide additional information about the status of the rate limit.

The following rate limits may apply:

HeaderDescriptionExample
x-ratelimit-limitThe number of requests allowed per minute.59 - Rate limit of 59 requests.
x-ratelimit-remainingThe number of requests left in the time window of 1 minute.10 – Rate limit of 10 requests.
x-ratelimit-resetThe time window, within which requests are counted, for determining the rate limit (milliseconds).59000 – Timeout limit of 59 seconds.

Reviews